github.com/andybalholm/brotli/matchfinder.matchEmitter.emit (method)

7 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		emitter.go#L27: func (e *matchEmitter) emit(m absoluteMatch) {
		m4.go#L120: 					e.emit(matches[1])
		m4.go#L123: 			e.emit(matches[0])
		m4.go#L223: 			e.emit(matches[2])
		m4.go#L255: 				e.emit(matches[2])
		m4.go#L267: 			e.emit(matches[1])
		m4.go#L271: 		e.emit(matches[0])